home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / exzt222.zip / PCBTEST.BAT < prev    next >
DOS Batch File  |  1991-08-10  |  2KB  |  33 lines

  1. @Echo off
  2.  
  3. Rem ┌────────────────────────────────────────────────────────────────────┐
  4. Rem │ This is a sample PCBTEST file for use with ExZTest v2.0 and        │
  5. Rem │ future versions.  DO NOT use this file for ExZTest versions before │
  6. Rem │ 2.0!!                                                              │
  7. Rem │                                                                    │
  8. Rem │ This BAT fill likely work on your system just fine.  For           │
  9. Rem │ additional command line options you need to read the docs, sorry!  │
  10. Rem │ You may or may not wish to use those.                              │
  11. Rem │                                                                    │
  12. Rem │ If you inted to use duplicate checking, this batch file will still │
  13. Rem │ do the job for you, regardless which duplicate checker you elect   │
  14. Rem │ to interface with!                                                 │
  15. Rem │                                                                    │
  16. Rem │ You may note that ExZTest requires only 2 of the 3 available       │
  17. Rem │ batch variables being passed by PCBoard.  This is NOT a mistake.   │
  18. Rem │ PCBoard will still pass that information to the batch should you   │
  19. Rem │ wish to add something else before or after ExZTest.                │
  20. Rem │                                                                    │
  21. Rem │ Happy testing!   :)                                                │
  22. Rem └────────────────────────────────────────────────────────────────────┘
  23.  
  24.  
  25. ExZTest %1 %2
  26.  
  27.  
  28. Rem ┌────────────────────────────────────────────────────────────────────┐
  29. Rem │ Whew!  That was complicated, right!  All that typing above         │
  30. Rem │ for one lousy line?   <sigh>                                       │
  31. Rem └────────────────────────────────────────────────────────────────────┘
  32.  
  33.